home *** CD-ROM | disk | FTP | other *** search
- object EditProgramBox: TEditProgramBox
- Left = 12
- Top = 137
- BorderStyle = bsDialog
- Caption = 'Modify Entry'
- ClientHeight = 164
- ClientWidth = 302
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object TheBevel: TBevel
- Left = 4
- Top = 111
- Width = 293
- Height = 10
- Shape = bsBottomLine
- end
- object Label1: TLabel
- Left = 10
- Top = 12
- Width = 226
- Height = 13
- Caption = '&Program name (appears in the Add/Remove list)'
- FocusControl = ediName
- end
- object Label2: TLabel
- Left = 10
- Top = 58
- Width = 90
- Height = 13
- Caption = '&Uninstall Command'
- FocusControl = ediCommand
- end
- object OKBtn: TButton
- Left = 81
- Top = 130
- Width = 65
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 155
- Top = 130
- Width = 65
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object ediName: TEdit
- Left = 10
- Top = 28
- Width = 281
- Height = 21
- TabOrder = 2
- end
- object ediCommand: TEdit
- Left = 10
- Top = 74
- Width = 281
- Height = 21
- TabOrder = 3
- end
- end
-